/**!
* 首页悬浮
* date:2020-03-08
* author: huangweiping;
*/
.box {
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 26px 0px rgba(139, 156, 178, 0.36);
    width: 310px;
    height: 256px;
    position:fixed;
    right: 20px;
    bottom: 10px;
    z-index: 99999;
}

.close-btn {
    float: right;
    width: 22px;
    height: 22px;
    background: url("../images/index_pop/close-icon.png");
}

.banner-wrap2 {
    display: block;
    width: 280px;
    height: 145px;
    margin: 5px auto;
    border-radius: 2px;
    overflow: hidden;
}

.banner-wrap2 img {
    height: 100%;
    width: 100%;
}

.info {
    margin: 5px 15px 0 15px;
    line-height: 22px;
    font-size: 16px;
}

.bottom-box {
    margin: 3px 15px 0 15px;
}

.detail-btn {
    line-height: 24px;
    color: #1492ff;
}

.page-box{
    position: fixed;
    right: 25px;
    bottom: 15px;
    z-index: 2;
}

.page-box>a {
    width: 66px;
    height: 24px;
    float: left;
    margin-left: 8px;
    background-color: #f1f9ff;
    color: #1492ff;
    text-align: center;
    line-height: 24px;
    opacity: .7;
}


.page-box>a:hover {
    opacity: 1;
}